home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / programr / vbasic / vbprint.exe / PRINTING.FRM < prev    next >
Text File  |  1993-07-22  |  1KB  |  46 lines

  1. VERSION 2.00
  2. Begin Form PrintingDlg 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Printing..."
  6.    ClientHeight    =   2025
  7.    ClientLeft      =   3600
  8.    ClientTop       =   2610
  9.    ClientWidth     =   3645
  10.    Height          =   2430
  11.    Left            =   3540
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   2025
  14.    ScaleWidth      =   3645
  15.    Top             =   2265
  16.    Width           =   3765
  17.    Begin PictureBox Picture1 
  18.       BackColor       =   &H00C0C0C0&
  19.       BorderStyle     =   0  'None
  20.       ClipControls    =   0   'False
  21.       FillColor       =   &H00C0C0C0&
  22.       ForeColor       =   &H00C0C0C0&
  23.       Height          =   1125
  24.       Left            =   420
  25.       Picture         =   PRINTING.FRX:0000
  26.       ScaleHeight     =   1125
  27.       ScaleWidth      =   2745
  28.       TabIndex        =   1
  29.       Top             =   210
  30.       Width           =   2745
  31.    End
  32.    Begin CommandButton Command1 
  33.       BackColor       =   &H00C0C0C0&
  34.       Caption         =   "Cancel"
  35.       Height          =   330
  36.       Left            =   1050
  37.       TabIndex        =   0
  38.       Top             =   1575
  39.       Width           =   1485
  40.    End
  41. End
  42. Sub Command1_Click ()
  43.      i% = KillJob()
  44. End Sub
  45.  
  46.